Official Black Forest Labs MCP server for FLUX image generation and editing — text-to-image, image-to-image, and multi-reference editing via the hosted endpoint at mcp.bfl.ai.
Overview
**FLUX MCP ** Official MCP server from Black Forest Labs for FLUX image generation and editing.
**Capabilities **
- Text-to-image
- Image-to-image editing
- Multi-reference editing (up to 8 input images)
Connect
Hosted at https://mcp.bfl.ai (OAuth). For HTTP-capable clients like Claude Code:
claude mcp add --transport http FLUX https://mcp.bfl.ai
For stdio-only clients, bridge via mcp-remote:
{
"mcpServers": {
"FLUX": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.bfl.ai"]
}
}
}
Server Config
{
"mcpServers": {
"FLUX": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.bfl.ai"
]
}
}
}